Fox doc formatting, pointed out by Kjartan Maraas.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Jun 2005 20:36:27 +0000 (20:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Jun 2005 20:36:27 +0000 (20:36 +0000)
2005-06-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
formatting, pointed out by Kjartan Maraas.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkwindow.c

index 63982fb9ce572af62dcecbbb4f3c4b7994e96db1..38c5322849572017bcd73953fe535f7d49c0dab6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+       formatting, pointed out by Kjartan Maraas.
+
        * gtk/gtksettings.c: Add two new settings, 
        gtk-cursor-theme-name and gtk-cursor-theme-size to
        control the cursor theme.
index 63982fb9ce572af62dcecbbb4f3c4b7994e96db1..38c5322849572017bcd73953fe535f7d49c0dab6 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+       formatting, pointed out by Kjartan Maraas.
+
        * gtk/gtksettings.c: Add two new settings, 
        gtk-cursor-theme-name and gtk-cursor-theme-size to
        control the cursor theme.
index 63982fb9ce572af62dcecbbb4f3c4b7994e96db1..38c5322849572017bcd73953fe535f7d49c0dab6 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+       formatting, pointed out by Kjartan Maraas.
+
        * gtk/gtksettings.c: Add two new settings, 
        gtk-cursor-theme-name and gtk-cursor-theme-size to
        control the cursor theme.
index d0e73148c8c8ac90b0288d54892de32fed11663c..8193bb15fbc89a795f6eab0322b76534f41d2ac9 100644 (file)
@@ -7045,13 +7045,13 @@ gtk_XParseGeometry (const char   *string,
  * 
  * <informalexample><programlisting>
  * #include &lt;gtk/gtk.h&gt;
- * 
+ *    
  * static void
  * fill_with_content (GtkWidget *vbox)
  * {
  *   /<!-- -->* fill with content... *<!-- -->/
  * }
- * 
+ *    
  * int
  * main (int argc, char *argv[])
  * {
@@ -7059,7 +7059,7 @@ gtk_XParseGeometry (const char   *string,
  *   GdkGeometry size_hints = {
  *     100, 50, 0, 0, 100, 50, 10, 10, 0.0, 0.0, GDK_GRAVITY_NORTH_WEST  
  *   };
- *   
+ *    
  *   gtk_init (&amp;argc, &amp;argv);
  *   
  *   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);